home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CONSTDATA_H
- #define _CONSTDATA_H
- /*
- ** $VER: constdata.h 1.0 (25 Apr 1996)
- **
- ** (C) Copyright 1996 Marius Gröger
- ** All Rights Reserved
- **
- ** $HISTORY:
- **
- ** 25 Mar 1996 : 001.000 : created
- */
-
- #include <exec/types.h>
-
- #include "sana2meter.h"
- #include "compiler.h"
-
- IMPORT const ULONG ttmaskflags[];
-
- #define NUM_TTWATCHES 5
- IMPORT const struct NewWatch ttwatches[NUM_TTWATCHES + 1];
-
- #define NUM_STDWATCHES 9
- #define NUM_SPECIALSTATS 20
- IMPORT const struct NewWatch stdwatches[NUM_STDWATCHES + NUM_SPECIALSTATS + 1];
-
- IMPORT const UBYTE DEF_CONSOLE[];
- IMPORT const UBYTE EMAIL_AUTHOR[];
-
- #define NUM_REFRESHS 11
- IMPORT const ULONG intervals[NUM_REFRESHS];
-
- #endif
-